var compress/flate.codeOrder
4 uses
compress/flate (current package)
inflate.go#L365: var codeOrder = [...]int{16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15}
inflate.go#L396: f.codebits[codeOrder[i]] = int(f.b & 0x7)
inflate.go#L400: for i := nclen; i < len(codeOrder); i++ {
inflate.go#L401: f.codebits[codeOrder[i]] = 0
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |